.simple-minisection-wdc-zm-section {
  background-color: #fff;
  color: #1a1a1a;
  padding: 100px 15px 100px 0px;
}

.simple-minisection-wdc-zm-heading {
  color: #2b4eff;
}

.simple-minisection-wdc-zm-subheading {
  color: #0f172a;
}

.simple-minisection-wdc-zm-description {
  color: #0a0a0a;
  line-height: 1.6;
  padding: 15px 0px;
  font-weight: 500;
}

.simple-minisection-wdc-zm-list svg {
  height: 30px;
  color: #1d6bb5;
}

.simple-minisection-wdc-zm-list li {
  margin-bottom: 10px;
  font-weight: 500;
  color: #1e293b;
}

.simple-minisection-wdc-zm-image {
  max-width: 90%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.simple-minisection-wdc-zm-image:hover {
  transform: scale(1.03);
}

/* ----------------------------end--------- */

.reatil-scrape-amazinfcardhover-wc-section {
  background: linear-gradient(to bottom, #570a71 0%, #6d11757a 100%);
}

/* Container-level grid border */
.reatil-scrape-amazinfcardhover-wc-section .row.g-0 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* Card styling */
.reatil-scrape-amazinfcardhover-wc-card {
  background: #fff;
  text-align: left;
  overflow: hidden;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  height: 100%;
  padding: 48px;
  border-radius: 18px;
}

/* Ensure full column height alignment */

.reatil-scrape-amazinfcardhover-wc-card p,
.reatil-scrape-amazinfcardhover-wc-card h5 {
  color: white;
  margin-bottom: 25px;
}

.reatil-scrape-amazinfcardhover-wc-icon {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.reatil-scrape-amazinfcardhover-wc-link {
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
}

.reatil-scrape-amazinfcardhover-wc-bgimg {
  background: url("../img/flipkart-api-data-scraping/Untitled-1.png")
    no-repeat top right / 130px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* ---------How we apply our expertise------------ */

/* --- Base layout --- */
.reatil-scrape-hover-slideupdown-ax-section {
  padding: 48px 0;
  overflow: hidden;
}

.reatil-scrape-hover-slideupdown-ax-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* Left main column (40%) */
.reatil-scrape-hover-slideupdown-ax-main-col {
  width: 40%;
  position: relative;
  background: linear-gradient(180deg, #502971 0%, #0b0e22 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  box-sizing: border-box;
}



.reatil-scrape-hover-slideupdown-ax-main-col
  .reatil-scrape-hover-slideupdown-ax-inner {
  max-width: 520px;
  margin: 0 auto;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.reatil-scrape-hover-slideupdown-ax-main-col h2 {
  line-height: 1.05;
  margin-bottom: 1rem;
  font-weight: 600;
}

.reatil-scrape-hover-slideupdown-ax-main-col p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-size: 0.98rem;
}

/* Right column group (60%) container */
.reatil-scrape-hover-slideupdown-ax-cards-wrapper {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}

/* Each card: 33.33% of the right column */
.reatil-scrape-hover-slideupdown-ax-card {
  width: 50%;
  /* min-height: 85vh; */
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(245, 250, 253, 0.9) 0%,
    rgba(235, 246, 251, 0.9) 100%
  );
  color: #0b2230;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-inline: 25px;
  padding-block: 45px;
  box-sizing: border-box;
  border: 1px solid #8080804a;
}

/* Background image layer */
.reatil-scrape-hover-slideupdown-ax-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transition: transform 700ms cubic-bezier(0.2, 0.9, 0.3, 1), opacity 700ms ease;
  opacity: 1;
  filter: saturate(0.95) contrast(0.95) brightness(0.92);
}

/* Overlay gradient layer */
.reatil-scrape-hover-slideupdown-ax-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(245, 250, 253, 0.98) 0%,
    rgba(220, 236, 242, 0.98) 100%
  );
  transform: translateY(0%);
  transition: transform 700ms cubic-bezier(0.2, 0.9, 0.3, 1);
  pointer-events: none;
}

/* Card content */
.reatil-scrape-hover-slideupdown-ax-card
  .reatil-scrape-hover-slideupdown-ax-card-body {
  position: relative;
  z-index: 3;
  max-width: 320px;
}

.reatil-scrape-hover-slideupdown-ax-card h3 {
  position: relative;
  margin: 0 0 8px;
  font-weight: 600;
  margin-top: 20px;
}

/* Large number background */
.reatil-scrape-hover-slideupdown-ax-card h3::before {
  content: attr(data-number);
  position: absolute;
  top: -55px;
  left: 0px;
  font-size: 5.8rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.05);
  line-height: 1;
  z-index: 1;
  user-select: none;
}

.reatil-scrape-hover-slideupdown-ax-card p {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
  color: rgba(11, 34, 48, 0.9);
}

/* Hover animation */

.reatil-scrape-hover-slideupdown-ax-card:hover h3 {
  color: white;
  font-weight: 700;
}

.reatil-scrape-hover-slideupdown-ax-card:hover p {
  opacity: 0;
}

.reatil-scrape-hover-slideupdown-ax-card:hover::before,
.reatil-scrape-hover-slideupdown-ax-card:focus-within::before {
  transform: translateY(-100%);
}

.reatil-scrape-hover-slideupdown-ax-card:hover::after,
.reatil-scrape-hover-slideupdown-ax-card:focus-within::after {
  opacity: 1;
}

/* Individual background images */
.reatil-scrape-hover-slideupdown-ax-card--ds::after {
  background-image: url("../img/zepto-api-data-scraping/How We Turn Data Into Actionable Insights/Dynamic Competitor and Pricing Analysis.jpg");
}

.reatil-scrape-hover-slideupdown-ax-card--cs::after {
  background-image: url("../img/zepto-api-data-scraping/How We Turn Data Into Actionable Insights/Deep Product and Seller Evaluation.png");
}

.reatil-scrape-hover-slideupdown-ax-card--dp::after {
  background-image: url("../img/zepto-api-data-scraping/How We Turn Data Into Actionable Insights/Smart Inventory and Stock Assessment.png");
}
.reatil-scrape-hover-slideupdown-ax-card--cp::after {
  background-image: url("../img/zepto-api-data-scraping/How We Turn Data Into Actionable Insights/Optimized Logistics and Delivery Insights.png");
}

.delivery-price-competetive-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}

.delivery-price-competetive-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}

.delivery-price-competetive-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.delivery-price-competetive-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.delivery-price-competetive-image-wrapper {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #e9ecef;
}

.delivery-price-competetive-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.delivery-price-competetive-content {
  padding: 30px;
}

.delivery-price-competetive-title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.delivery-price-competetive-description {
  line-height: 1.7;
  color: #6c757d;
  font-weight: 400;
}

.delivery-price-competetive-container-subheading {
  font-weight: 600;
  color: #471d5d;
}
.delivery-price-competetive-container-heading {
  font-weight: bold;
  color: #471d5d;
  margin-top: 20px;
}

:root {
  --accent: #3750ff;
  --bg: #3750ff;
  --muted: rgba(255, 255, 255, 0.9);
}

.retailscrape-wc-simple-derian-des-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #501464 0%, #521059 100%);
  color: var(--muted);
  padding: 4rem 1rem;
}

.retailscrape-wc-simple-derian-des-container {
  max-width: 1400px;
  margin: 0 auto;
}

/* Left image block */
.retailscrape-wc-simple-derian-des-img-wrap {
  position: relative;
  padding: 1rem;
}

.retailscrape-wc-simple-derian-des-main-img {
  /* width:100%; */
  border-radius: 28px;
  object-fit: cover;
  max-height: 415px;
  height: 100%;
}

.retailscrape-wc-simple-derian-des-thumb {
  position: absolute;
  right: -10px;
  bottom: -20px;
  width: 36%;
  max-width: 240px;
  border-radius: 20px;
  /* border:6px solid #fff;
      box-shadow:0 8px 30px rgba(0,0,0,0.25);
      background:#fff; */
}

/* Right content */
.retailscrape-wc-simple-derian-des-sub {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  opacity: 0.95;
}

.retailscrape-wc-simple-derian-des-h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
  font-weight: 700;
}

.retailscrape-wc-simple-derian-des-desc {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* Feature boxes */
.retailscrape-wc-simple-derian-des-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.06);
  padding: 7px 7px;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  min-height: 64px;
}

.retailscrape-wc-simple-derian-des-feature
  .retailscrape-wc-simple-derian-des-icon {
  padding: 10px;
  flex: 0 0 52px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #fff;
}

.retailscrape-wc-simple-derian-des-feature h4 {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}

/* --- IMPROVED Pulse Effect --- */
.retailscrape-wc-simple-derian-des-pulse-wrap {
  position: absolute;
  left: -64px;
  bottom: -60px;
  pointer-events: none;
}

.retailscrape-wc-simple-derian-des-pulse {
  position: relative;
  width: 160px;
  height: 160px;
}

.retailscrape-wc-simple-derian-des-pulse span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  animation: retailscrape-pulse 4s infinite ease-in-out;
}

.retailscrape-wc-simple-derian-des-pulse span:nth-child(1) {
  width: 185px;
  height: 185px;
  background: radial-gradient(circle at center, #f6c12880 0%, #f6c1289e 80%);
  animation-delay: 0s;
}

.retailscrape-wc-simple-derian-des-pulse span:nth-child(2) {
  width: 155px;
  height: 155px;
  background: radial-gradient(circle at center, #f6c128d4 0%, #f6c128d6 80%);

  animation-delay: 0.8s;
}

.retailscrape-wc-simple-derian-des-pulse span:nth-child(3) {
  width: 95px;
  height: 95px;
  background: radial-gradient(circle at center, #f6c128 0%, #f6c128 80%);
  animation-delay: 1.6s;
}

@keyframes retailscrape-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.9;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0.6;
  }

  100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.9;
  }
}

/* Top-right floating icons */
.retailscrape-wc-simple-derian-des-topright {
  position: absolute;
  right: 20px;
  top: 70px;
  pointer-events: none;
  width: 100%;
  max-width: 200px;
  height: 70px;
  display: grid;
  place-items: center;

  transform-origin: center;
  animation: retailscrape-scale 6s ease-in-out infinite;
}

.retailscrape-wc-simple-derian-des-topright img {
  width: 100%;
  max-width: 70px;
  height: 100%;
  object-fit: cover;
}

@keyframes retailscrape-scale {
  0% {
    transform: scale(0.98);
  }

  50% {
    transform: scale(1.04);
  }

  100% {
    transform: scale(0.98);
  }
}

.retailscrape-wc-simple-derian-des-orb {
  position: absolute;
  width: auto;
  /* height: 42px; */
  border-radius: 0px;
  display: grid;
  place-items: center;

  animation: retailscrape-float 5s ease-in-out infinite;
}

.retailscrape-wc-simple-derian-des-orb.small {
  width: auto;

  font-size: 12px;
}

.retailscrape-wc-simple-derian-des-orb.o1 {
  right: 60px;
  top: -48px;
  animation-delay: 0s;
}

.retailscrape-wc-simple-derian-des-orb.o2 {
  right: 13px;
  top: 69px;
  animation-delay: 0.6s;
}

.retailscrape-wc-simple-derian-des-orb.o3 {
  right: 119px;
  top: 66px;
  animation-delay: 1.2s;
}

@keyframes retailscrape-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .retailscrape-wc-simple-derian-des-topright {
    right: 88px;
    top: 150px;
  }
  .retailscrape-wc-simple-derian-des-thumb {
    right: 50px;
    bottom: -20px;
  }

  .retailscrape-wc-simple-derian-des-pulse {
    transform: scale(0.7);
  }
}

@media (max-width: 758px) {
  .retailscrape-wc-simple-derian-des-thumb {
    display: none;
  }
}

@media (max-width: 575px) {
  .retailscrape-wc-simple-derian-des-main-img {
    max-height: 274px;
  }
  .retailscrape-wc-simple-derian-des-topright {
    display: none;
  }
}

/* Medium screens - 2 cards */
@media (min-width: 500px) {
  .delivery-price-competetive-grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 60px 15px 100px 0px;
  }
}

/* Large screens - 3 cards */
@media (min-width: 1024px) {
  .delivery-price-competetive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* --- Responsive adjustments --- */
@media (max-width: 1199.98px) {
  .reatil-scrape-hover-slideupdown-ax-main-col {
    width: 100%;
    text-align: left;
  }

  .reatil-scrape-hover-slideupdown-ax-cards-wrapper {
    width: 100%;
  }

  .reatil-scrape-hover-slideupdown-ax-card {
    width: 50%;
    min-height: 320px;
  }
}

@media (max-width: 767.98px) {
  .reatil-scrape-hover-slideupdown-ax-card {
    width: 100%;
    min-height: 260px;
  }
  .reatil-scrape-hover-slideupdown-ax-card
    .reatil-scrape-hover-slideupdown-ax-card-body {
    max-width: 100%;
  }

  .reatil-scrape-hover-slideupdown-ax-main-col h2 {
    font-size: 2rem;
  }

  .reatil-scrape-hover-slideupdown-ax-card h3::before {
    top: -30px;
  }
}

.reatil-scrape-amazinfcardhover-wc-card img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(90%) saturate(2000%)
    hue-rotate(230deg);
}
